home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000110_walt@snowhite.cis.uoguelph.ca_Thu Nov 17 04:08:05 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  4KB

  1. Received: from snowhite.cis.uoguelph.ca by cs.umb.edu with SMTP id AA08393
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 17 Nov 1994 09:31:20 -0500
  3. Received: from redcap.cis.uoguelph.ca by snowhite.cis.uoguelph.ca (5.64/1.35)
  4.     id AA24353; Thu, 17 Nov 94 14:29:27 GMT
  5. Date: Thu, 17 Nov 1994 09:08:05 -0500 (EST)
  6. From: walt@snowhite.cis.uoguelph.ca
  7. Sender: walt@snowhite.cis.uoguelph.ca
  8. Reply-To: walt@snowhite.cis.uoguelph.ca
  9. Subject: Re: where does /usr/local/lib/texmf/fontname/special.map come from?
  10. To: kary berry archive-help <tex-k@cs.umb.edu>
  11. Cc: Keith Lewis <keithl@mukluk.cc.monash.edu.au>, tex-k@cs.umb.edu
  12. In-Reply-To: <9411161929.aa06020@hamilton.maths.tcd.ie>
  13. Message-Id: <Pine.3.05.9411170846.C19608-c100000@snowhite.cis.uoguelph.ca>
  14. Mime-Version: 1.0
  15. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  16.  
  17.  
  18.  
  19.     
  20. > > 
  21. > >     Now I'd like to view it.  `xdvi example' runs MakeTeXPK, which 
  22. > > appears to create fonts with gay abandon, althought why it should do so
  23. > > when the fonts already exist I'll try and solve next.  Currently I'd like
  24. > > to get MakeTeXPK to work, and reading through it, it would seem to me that
  25. > > I need a file called /usr/local/lib/texmf/fontname/special.map.  Where do
  26. > > I get one of those?
  27. > I don't think you _need_ it.
  28. > In fact I doubt if anyone has it except for Karl Berry.
  29.  
  30.  
  31.     True but it does enable the font to be stored under the typeface 
  32.     name directory. Note the following output from MakeTeXPK when
  33.     invoked upon executing dvips on a file with a mode for which no
  34.     pk files exist. (I put in the line set -x after #!/bin/sh in
  35.     MakeTeXPK).
  36.  
  37.     NOTE: DESTDIR is correctly set.  Also the use of special.map
  38.     in the $TEXMF/fontname directory.
  39.     
  40. This is dvipsk 5.58c Copyright 1986, 1994 Radical Eye Software
  41. ' TeX output 1994.11.17:0904' -> neron.ps
  42. kpathsea: Running MakeTeXPK cmr17 360 300 magstep\(1.0\) cx
  43. + : /stud/senior/cs1272/lib/texmf/fonts
  44. + : gsftopk
  45. + : /stud/senior/cs1272/lib/texmf/dvips/psfonts.map
  46. + : /stud/senior/cs1272/lib/texmf/fontname
  47. + : /stud/senior/cs1272/lib/ghostscript/type1:
  48. + : /stud/senior/cs1272/lib/texmf/fonts/public/dc
  49. + : /stud/senior/cs1272/lib/texmf/fonts/public/sauter
  50. + : tmp/pk
  51. + TEMPDIR=/tmp/mtpk.2029
  52. + test 5 -lt 4
  53. + NAME=cmr17
  54. + DPI=360
  55. + BDPI=300
  56. + MAG=magstep(1.0)
  57. + MODE=cx
  58. + test -r /stud/senior/cs1272/lib/texmf/fontname/special.map
  59. + awk {if ($1 == NAME || (substr (NAME, 1, length ($1)) == $1 \
  60.                       && substr (NAME, length (NAME), 1) ~ /[0-9]/)) \
  61.      { print $2 "/" $3; exit; }} NAME=cmr17 /stud/senior/cs1272/lib/texmf/fontname/special.map
  62. + namepart=public/cm
  63. + test -z public/cm
  64. + test -z public/cm
  65. + namepart=public/cm/pk
  66. + DESTROOT=/stud/senior/cs1272/lib/texmf/fonts/public/cm/pk
  67. + GFNAME=cmr17.360gf
  68. + PKNAME=cmr17.360pk
  69. + trap cd /; eval rm -rf /tmp/mtpk.2029 $DESTDIR/pktmp.2029 0 1 2 15
  70. + test -r /stud/senior/cs1272/lib/texmf/dvips/MakeTeXPK.site
  71. + pwd
  72. + PWD=/stud/senior/cs1272/math/work
  73. + test -d /tmp/mtpk.2029
  74. + mkdir /tmp/mtpk.2029
  75. + cd /tmp/mtpk.2029
  76. + pattern=^r?cmr17(0|8r)?([     ]|$)
  77. + test -n gsftopk
  78. + egrep ^r?cmr17(0|8r)?([     ]|$) /stud/senior/cs1272/lib/texmf/dvips/psfonts.map
  79. + test -s psline
  80. + MFINPUTS=:/stud/senior/cs1272/math/work
  81. + export MFINPUTS
  82. + test -z cx
  83. + test cx = default
  84. + test -z 
  85. + DESTDIR=/stud/senior/cs1272/lib/texmf/fonts/public/cm/pk/cx
  86. + test -r /stud/senior/cs1272/lib/texmf/fonts/public/cm/pk/cx/cmr17.360pk
  87. + cmd=mf \mode:=cx; mag:=magstep(1.0); scrollmode; input
  88. + echo /stud/senior/cs1272/bin/bsd/scripts/MakeTeXPK: Running mf \mode:=cx; mag:=magstep(1.0); scrollmode; input cmr17
  89. /stud/senior/cs1272/bin/bsd/scripts/MakeTeXPK: Running mf \mode:=cx; mag:=magstep(1.0); scrollmode; input cmr17
  90. + mf \mode:=cx; mag:=magstep(1.0); scrollmode; input cmr17
  91. This is METAFONT, Version 2.71 (C version 6.1)
  92.     Walter --- as I was composing this Karl Berry sent out the requisite
  93.     file in uudecode of a *.tar file. you will need the program uudecode
  94.     to unscramble it and then untar it.
  95.  
  96.  
  97. Tom > 
  98. > If this file exists it may determine where the font just created is stored.
  99. > If it doesn't exist the font is stored in the default directory
  100. > $TEXMF/fonts/tmp/pk/<mf_mode>
  101.  
  102.  
  103.  
  104.